home *** CD-ROM | disk | FTP | other *** search
/ Labatt Ice Clubber's Guide Tour / Labatt Ice Clubber's Guide Tour.iso / demo.exe / scripts / DefineButton2_285 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  1999-03-03  |  144 b   |  11 lines

  1. on(press){
  2.    tellTarget("../../indicator")
  3.    {
  4.       gotoAndStop("2");
  5.    }
  6.    gotoAndStop(21);
  7.    tellTarget("tune01")
  8.    {
  9.    }
  10. }
  11.